Blazor コントロール
C1GroupDataCollection<S> コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1GroupDataCollection<S> クラス : C1GroupDataCollection<S> コンストラクタ
The source.
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
Initializes a new instance of the C1GroupDataCollection<S> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal source As System.Collections.Generic.IEnumerable(Of S), _
   ByVal isPlain As System.Boolean _
)
public C1GroupDataCollection<S>( 
   System.Collections.Generic.IEnumerable<S> source,
   System.bool isPlain
)

パラメータ

source
The source.
isPlain
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
参照

C1GroupDataCollection<S> クラス
C1GroupDataCollection<S> メンバ